body {
    background: #FAFAFC
}

@keyframes color {
    100% {
        transform: translateY(0)
    }
}

@keyframes downAnimate {
    0% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes colorAnimate {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(58px);
        opacity: 0
    }
}

.banner {
    position: relative
}

.banner .svg {
    display: none
}

.banner .swiper {
    width: 100%;
    height: 100vh
}

.banner .swiper .swiper-slide .back {
    width: 100%;
    height: 100%;
    position: relative
}

.banner .swiper .back img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s
}

.banner .swiper .back video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper .swiper-slide:first-child .back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.banner .swiper .back.video_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.banner .swiper .back video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper .swiper-slide-active .back img {
    transform: scale(1)
}

.banner .swiper .pick {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 250px;
    width: 100%;
    z-index: 5;
    opacity: 0
}

.banner .swiper .pick span {
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    margin: 0 0 5px;
    display: block
}

.banner .swiper .swiper-slide {
    overflow: hidden
}

.banner .swiper .pick p {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase
}

.banner .swiper .swiper-slide.on .pick span div, .banner .swiper .swiper-slide.on .pick p div {
    transition: 1s;
    opacity: 1 !important;
    transform: translateX(0) !important
}

.banner .swiper .swiper-slide.unset .pick span div, .banner .swiper .swiper-slide.unset .pick p div {
    transition-delay: unset !important
}

.banner .swiper-pagination {
    position: absolute;
    z-index: 5;
    height: fit-content;
    left: unset;
    right: 120px;
    bottom: 58px;
    width: fit-content
}

.banner .svg {
    display: none
}

.banner .position_num {
    position: absolute;
    left: 117px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 9;
    display: flex;
    align-items: center
}

.banner .position_num p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    opacity: .4;
    margin: 0 3px
}

.banner .position_num p:first-child {
    opacity: 1;
    margin: 0 5px 0 0
}

.banner .swiper-pagination span {
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    background: transparent;
    opacity: 1 !important;
    margin: 0 20px 0 0 !important;
    position: relative;
    transition: .6s ease
}

.banner .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: .6s ease
}

.banner .swiper-pagination span:last-child {
    margin: 0 !important
}

.banner .swiper-pagination span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 135%;
    height: 135%;
    z-index: 2
}

.banner .swiper-pagination span svg .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.banner .swiper-pagination span.swiper-pagination-bullet-active svg .path-loop {
    animation: loopAnimate 5s linear forwards
}

@keyframes loopAnimate {
    100% {
        stroke-dashoffset: 17px
    }
}

.banner .swiper-pagination span.swiper-pagination-bullet-active:after {
    transform: translate(-50%, -50%) scale(0)
}

.banner .parallax {
    width: 100%;
    height: 100%
}

.banner .position {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5
}

.banner .position .down {
    width: 22px;
    margin: auto;
    animation: downAnimate .6s ease infinite alternate
}

.banner .position .down img {
    width: 100%
}

.banner .position .color {
    width: 2px;
    height: 85px;
    background: rgba(255, 255, 255, 0.2);
    margin: 17px auto 0
}

.banner .position .color div {
    width: 100%;
    height: 27px;
    background: #fff;
    animation: colorAnimate 1.5s ease infinite
}

.index1 {
    position: relative;
    padding: 246px 0 191px
}

.index1 .w1440 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index1 .r {
    width: 720px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    display: block
}

.index1 .r:hover img {
    transform: scale(1.05)
}

.index1 .r img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index1 .l {
    width: 578px
}

.index1 .l .title {
    font-size: 36px;
    color: #111111;
    line-height: 48px;
    font-weight: 200;
    margin: 0 0 66px
}

.index1 .l .title b {
    font-weight: bold
}

.index1 .l .text {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 36px;
    margin: 0 0 34px
}

.index1 .l .more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 130px;
    height: 44px;
    border-radius: 25px;
    background: var(--color)
}

.index1 .l .more:hover .iconfont {
    transform: translateX(5px)
}

.index1 .l .more p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.index1 .l .more .iconfont {
    font-size: 14px;
    color: #fff;
    transition: .6s ease
}

.index1 .l .other {
    margin: 147px 0 0 0;
    width: 400px
}

.index1 .l .other .img {
    width: 100%;
    height: 225px;
    overflow: hidden;
    border-radius: 10px;
    position: relative
}
.index1 .l .other .img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index1 .l .other .img .click {
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .6s ease;
    cursor: pointer
}

.index1 .l .other .img .click:hover {
    background: #D2292E
}

.index1 .l .other .img .click:hover svg path {
    fill: #fff
}

.index1 .l .other .img .click svg {
    width: 10px;
    height: 10px
}

.index1 .l .other .img .click svg path {
    transition: .6s ease
}

.index1 .l .other .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index1 .l .other p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    text-align: center;
    margin: 15px 0 0 0
}

@keyframes roteAnimate {
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.index2 {
    width: 100%;
    height: 100vh;
    position: relative
}

.index2 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.index2 .position_l {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    z-index: 5
}

.index2 .position_l .kao {
    width: 24px
}

.index2 .position_l .flex {
    margin: 11px 0 0 0
}

.index2 .position_l .flex .item.on .line div {
    animation: divAnimate 5s linear forwards
}

.index2 .position_l .flex .item .bor {
    width: 12px;
    height: 12px;
    border: 1px solid #223B73;
    transform: rotate(45deg);
    position: relative;
    left: 7px
}

.index2 .position_l .flex .item .line {
    height: 236px;
    width: 1px;
    background: rgba(34, 59, 115, 0.1);
    margin: auto
}

.index2 .position_l .flex .item .line div {
    width: 100%;
    height: 0;
    background: #223B73
}

.index2 .position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 160px;
    z-index: 5
}

.index2 .position .cut_text {
    position: relative
}

.index2 .position .cut_text .list {
    pointer-events: none
}

.index2 .position .cut_text .list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.index2 .position .cut_text .list.on {
    pointer-events: auto
}

.index2 .position .cut_text .list.on .p1, .index2 .position .cut_text .list.on .p2, .index2 .position .cut_text .list.on .joke_more {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0);
    transition-delay: 300ms
}

.index2 .position .cut_text .list.on .p2 {
    transition-delay: 400ms
}

.index2 .position .cut_text .list.on .joke_more {
    transition-delay: 500ms
}

.index2 .position .cut_text .list .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 52px;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms;
    transform: translate3d(0, 20px, 0)
}

.index2 .position .cut_text .list .p2 {
    width: 560px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms;
    transform: translate3d(0, 20px, 0)
}

.index2 .position .cut_text .list .joke_more {
    margin: 80px 0 0 0;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms;
    transform: translate3d(0, 20px, 0)
}

.index2 .position .cut_text .list .joke_more .more {
    width: 161px;
    height: 44px;
    border-radius: 22px 22px 22px 22px;
    border: 1px solid #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.index2 .position .cut_text .list .joke_more .more:hover {
    background: #223B73;
    border: 1px solid transparent
}

.index2 .position .cut_text .list .joke_more .more:hover p {
    color: #fff
}

.index2 .position .cut_text .list .joke_more .more:hover .iconfont {
    color: #fff
}

.index2 .position .cut_text .list .joke_more .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 0 10px 0 0;
    transition: .6s ease
}

.index2 .position .cut_text .list .joke_more .more .iconfont {
    color: #D2292E;
    font-size: 16px;
    transition: .6s ease
}

.index2 .position .cut_paging {
    display: flex;
    align-items: center;
    margin: 141px 0 0 0;
    gap: 0 15px
}

.index2 .position .cut_paging .item {
    width: 12px;
    height: 12px;
    border-radius: 1px 1px 1px 1px;
    border: 1px solid rgba(17, 17, 17, 0.4);
    transform: rotate(45deg);
    cursor: pointer;
    transition: .6s ease
}

.index2 .position .cut_paging .item.on {
    border: 1px solid #223B73
}

.index2 .position_r {
    position: absolute;
    right: 55px;
    top: 102px;
    z-index: 5
}

.index2 .position_r .cut {
    display: flex;
    gap: 0 21px
}

.index2 .position_r .cut p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    transition: .6s ease;
    cursor: pointer
}

.index2 .position_r .cut p.on {
    color: #223B73
}

.index2 .position_r .bottom {
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.index2 .position_r .bottom .swiper-pagination {
    position: static;
    width: fit-content;
    font-weight: 400;
    font-size: 12px;
    color: #A4A7AC;
    display: flex;
    align-items: center
}

.index2 .position_r .bottom .swiper-pagination .line {
    margin: 0 0 0 2px
}

.index2 .position_r .bottom .swiper-pagination span:first-child {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    position: relative;
    top: -2px
}

.index2 .position_r .bottom .line_cut {
    margin: 15px 0 0 0
}

.index2 .position_r .bottom .line_cut div {
    width: 23px;
    height: 1px;
    background: #54575C;
    transform-origin: right;
    transform: scaleX(0.1);
    transition: .6s ease
}

.index2 .position_r .bottom .line_cut div.on {
    transform: scaleX(1)
}

.index2 .position_r .bottom .line_cut div:not(:last-child) {
    margin: 0 0 20px 0
}

.index2 .swiper {
    width: 100%;
    height: 100%
}

.index2 .swiper .swiper-slide {
    opacity: 0 !important;
    transition: 1s !important
}

.index2 .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.index2 .swiper .swiper-slide.swiper-slide-active img {
    transform: scale(1)
}

.index2 .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s
}

.index3 {
    padding: 110px 0;
    background: #fff
}

.index3 .title {
    font-size: 36px;
    color: #111111;
    line-height: 50px;
    text-align: center;
    font-weight: 200
}

.index3 .title b {
    font-weight: bold
}

.index3 .text {
    margin: 20px 0 83px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: center
}

.index3 .content {
    display: grid;
    grid-template-columns:repeat(8, 1fr);
    gap: 60px 46px
}

.index3 .content .item {
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer
}

.index3 .content .item img {
    transition: .6s ease;
}

.index3 .content .item:hover img {
    filter: grayscale(0%)
}

.index3 .content .item:hover svg rect {
    stroke-dashoffset: 0
}

.index3 .content .item svg {
    position: absolute;
    width: 102%;
    height: 102%;
    top: -1px;
    left: -2px
}

.index3 .content .item svg rect {
    width: 99%;
    height: 98%;
    stroke-dashoffset: 476;
    stroke-dasharray: 476;
    transition: 1s ease
}

.index4 {
    position: relative;
    background: #FAFAFC;
    padding: 91px 0 96px
}

.index4 .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index4 .top .title {
    font-size: 36px;
    color: #111111;
    line-height: 50px;
    font-weight: 200
}

.index4 .top .title b {
    font-weight: bold
}

.index4 .top .r {
    display: flex;
    align-items: center;
    gap: 45px
}

.index4 .top .r .cut {
    width: 277px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index4 .top .r .cut .list {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: .6s ease;
    cursor: pointer
}

.index4 .top .r .cut .list.on {
    font-weight: bold;
    color: var(--color)
}

.index4 .top .r .more {
    width: 180px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #CCCED2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.index4 .top .r .more:hover {
    background: var(--color);
    border: 1px solid transparent
}

.index4 .top .r .more:hover p, .index4 .top .r .more:hover .iconfont {
    color: #fff
}

.index4 .top .r .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 0 15px 0 0;
    transition: .6s ease
}

.index4 .top .r .more .iconfont {
    color: #D2292E;
    font-size: 14px;
    transition: .6s ease
}

.index4 .content {
    margin: 50px 0 0 0;
    position: relative
}

.index4 .content .matter {
    width: 100%;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
    transition: opacity 300ms, transform 600ms 300ms
}

.index4 .content .matter.on {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.index4 .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}


.index4 .content .matter .swiper-pagination {
    position: static;
    margin: 72px auto 0;
    width: fit-content
}

.index4 .content .matter .swiper-pagination span {
    width: 15px;
    height: 6px;
    background: #E3E3E9;
    border-radius: 5px;
    margin: 0 10px 0 0 !important;
    opacity: 1 !important;
    transition: .6s ease;
    position: relative;
    z-index: 1
}

.index4 .content .matter .swiper-pagination span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #D2292E;
    border-radius: 5px
}

.index4 .content .matter .swiper-pagination span:last-child {
    margin: 0 !important
}

.index4 .content .matter .swiper-pagination span.swiper-pagination-bullet-active {
    width: 48px
}

.index4 .content .matter .swiper-pagination span.swiper-pagination-bullet-active:after {
    animation: paginationAnimate 5s linear forwards
}

.index4 .content .matter .newsSwiper {
    width: 100%
}

.index4 .content .matter .newsSwiper .swiper-slide .item {
    background: #FFFFFF;
    border-radius: 10px;
    display: block;
    overflow: hidden
}

.index4 .content .matter .newsSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.index4 .content .matter .newsSwiper .swiper-slide .item:hover .text .p1 {
    color: var(--color)
}

.index4 .content .matter .newsSwiper .swiper-slide .item .img {
    width: 100%;
    height: 270px;
    border-radius: 10px;
    overflow: hidden
}

.index4 .content .matter .newsSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s ease
}

.index4 .content .matter .newsSwiper .swiper-slide .item .text {
    margin: 29px 0 50px 29px
}

.index4 .content .matter .newsSwiper .swiper-slide .item .text .p1 {
    width: 286px;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    margin: 0 0 40px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .6s ease
}

.index4 .content .matter .newsSwiper .swiper-slide .item .text .time {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

@keyframes paginationAnimate {
    100% {
        width: 100%
    }
}

@keyframes divAnimate {
    100% {
        height: 100%
    }
}

.index_global {
    height: calc(100vh + 1500px);
    background: #EDF0F6
}

.index_global .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.index_global .fix .position_fixed {
    width: 560px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    background: #FFFFFF;
    padding: 120px 75px 75px 75px;
    transform: translateX(100%);
    opacity: 0;
    transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s
}

.index_global .fix .position_fixed.on {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.4s
}

.index_global .fix .position_fixed .headline {
    display: flex;
    justify-content: space-between
}

.index_global .fix .position_fixed .headline .close {
    width: 39px;
    height: 39px;
    border: 1px solid #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .6s ease
}

.index_global .fix .position_fixed .headline .close:hover {
    background: #D2292E;
    border: 1px solid #D2292E
}

.index_global .fix .position_fixed .headline .close:hover img {
    filter: invert(1)
}

.index_global .fix .position_fixed .headline .close img {
    width: 14px;
    transition: .6s ease
}

.index_global .fix .position_fixed .headline .click {
    width: 39px;
    height: 39px;
    border: 1px solid #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .6s ease
}
.index_global .fix .position_fixed .headline .button{
    display: flex;
    gap: 20px;
}
.index_global .fix .position_fixed .headline .click:first-child{
    transform: rotate(180deg);
}
.index_global .fix .position_fixed .headline .click:hover {
    background: #D2292E;
    border: 1px solid #D2292E
}

.index_global .fix .position_fixed .headline .click:hover .iconfont {
    color: #fff
}

.index_global .fix .position_fixed .headline .click .iconfont {
    font-size: 14px;
    transition: .6s ease
}

.index_global .fix .position_fixed .content {
    margin: 50px 0 0 0
}

.index_global .fix .position_fixed .content .matter {
    display: none
}

.index_global .fix .position_fixed .content .matter.on {
    display: block
}

.index_global .fix .position_fixed .content .matter .title {
    font-size: 24px;
    color: #111111;
    line-height: 36px
}

.index_global .fix .position_fixed .content .matter .title b {
    font-weight: bold
}

.index_global .fix .position_fixed .content .matter .p1 {
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    margin: 15px 0 25px
}

.index_global .fix .position_fixed .content .matter .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin: 0 0 40px
}
.index_global .fix .position_fixed .content .matter .other{
    margin: 25px 0 82px 0;
}
.index_global .fix .position_fixed .content .matter .other .list{
    display: flex;
    align-items: center;
    gap: 13px;
}
.index_global .fix .position_fixed .content .matter .other .list:nth-child(3){
    display: none;
}
.index_global .fix .position_fixed .content .matter .other .list:not(:last-child) {
    margin: 0 0 12px;
}
.index_global .fix .position_fixed .content .matter .other .list .icon{
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_global .fix .position_fixed .content .matter .other .list p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.index_global .fix .position_fixed .content .matter .other .list .icon img{
    object-fit: contain;
}

.index_global .fix .position_fixed .content .matter .img {
    width: 100%;
    height: 290px;
    border-radius: 10px;
    overflow: hidden
}

.index_global .fix .position_fixed .content .matter .img:hover img {
    transform: scale(1.05)
}

.index_global .fix .position_fixed .content .matter .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index_global .fix .position_fixed .content .matter .p3 {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    margin: 15px 0 0 0
}

.index_global .fix .first_content {
    position: absolute;
    top: 150px;
    transition: 1s
}

.index_global .fix .first_content.on {
    opacity: 0;
    pointer-events: none
}

.index_global .fix .first_content .title {
    font-size: 36px;
    color: #111111;
    line-height: 50px;
    text-align: center;
    margin: 0 0 20px
}

.index_global .fix .first_content .title b {
    font-weight: bold
}

.index_global .fix .first_content .text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center
}

.index_global .fix #earth {
    width: 100vw;
    height: 100vw;
    position: relative;
    transform: translateY(85vh);
    pointer-events: none;
    transform-origin: top;
    transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s
}

.index_global .fix #earth canvas {
    width: 100% !important;
    height: 100% !important
}

.index_global .fix #earth.on {
    width: 30vw;
    height: 30vw;
    transform: translateY(0);
    pointer-events: auto
}

.index_global .fix #earth.on canvas {
    width: 100% !important;
    height: 100% !important
}

.index_global .fix #earth.on2 {
    width: 50vw;
    height: 50vw;
    transform: translateX(-10vw)
}

.index_global .fix #earth .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: .6s ease
}

.index_global .fix #earth .position.on .point.point_on {
    pointer-events: auto
}

.index_global .fix #earth .position .point {
    width: 10px;
    height: 10px;
    position: absolute
}
.index_global .fix #earth .position .point.ban{
    pointer-events: none!important;
}
.index_global .fix #earth .position .point.opacity{
    opacity: 0!important;
    pointer-events: none!important;
}

.index_global .fix #earth .position .point.on .joke .add {
    background: #D2292E
}

.index_global .fix #earth .position .point.on .joke .add img {
    filter: brightness(0) invert(1)
}

.index_global .fix #earth .position .point.r .joke {
    left: unset;
    right: -340px;
    padding: 0 100px
}

.index_global .fix #earth .position .point.r .joke .add {
    right: unset;
    left: 10px
}

.index_global .fix #earth .position .point .joke {
    width: 340px;
    height: 110px;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 13px 13px 13px 13px;
    border: 1px solid #FFFFFF;
    padding: 0 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    left: -340px;
    top: 0;
    position: absolute
}

.index_global .fix #earth .position .point .joke .add {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    transition: .6s ease;
    opacity: 0
}

.index_global .fix #earth .position .point .joke .add.on {
    opacity: 1
}

.index_global .fix #earth .position .point .joke .add img {
    width: 14px;
    transition: .6s ease
}

.index_global .fix #earth .position .point .joke .text .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    margin: 0 0 5px
}

.index_global .fix #earth .position .point .joke .text p {
    font-size: 14px;
    color: #111111
}

.index_global .fix .shadow {
    position: absolute;
    width: 110%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

@keyframes hidieAnimate {
    100% {
        opacity: 0;
        pointer-events: none
    }
}

@keyframes loadingAnimate {
    100% {
        width: 200vw;
        height: 200vw
    }
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center
}

.loading .scale {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%)
}

.loading.start .wrap {
    opacity: 1
}

.loading.start .wrap img {
    animation: hidieAnimate 1s 1s linear forwards
}

.loading.start svg mask image {
    opacity: 1
}

.loading .wrap {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%) scale(1);
    z-index: 5;
    opacity: 0;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center
}

.loading svg {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    mask: url(#image-mask);
    mask-size: 212px;
    mask-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loading svg mask image {
    opacity: 0;
    transition: 1s;
    transform: translate(calc(50% - 106px), calc(50% - 39px));
    margin-left: 106px;
    margin-top: -39px
}

.load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999
}

.load .img_position {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background-color: #fff
}

.load.on .particle {
    opacity: 0
}

.load.on .img img:nth-child(1) {
    opacity: 1
}

.load.start .particle .container {
    opacity: 0
}

.load .particle {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10
}

.load .particle .container {
    transition: .6s ease;
    transform: translateY(-28px) scale(0.72)
}

.load .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    max-width: unset;
    max-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 1s
}

.load .img.on {
    opacity: 1
}

.load .img img {
    width: 11.0416666667vw;
    height: 4.0625vw
}

.load_mask {
    background-color: #fff;
    mix-blend-mode: screen;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9999
}

.load_mask img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 11.0416666667vw;
    max-width: none
}

@media screen and (max-width: 1920px) {
    .load .img img {
        width: 212px;
        height: 78px
    }

    .load .particle .container {
        transform: translateY(-22px) scale(0.72)
    }

    .load_mask img {
        width: 212px
    }
}

@media screen and (max-width: 1920px) {
    .index_global .fix #earth.on2 {
        transform: translateX(-15vw)
    }
}

@media screen and (max-width: 1919px) {
    .banner .swiper .pick{
        padding: 0px 13.0208333333vw;
    }
    .banner .swiper .pick span{
        font-size: 2.6041666667vw;
        margin: 0px 0px 0.2604166667vw;
    }
    .banner .swiper .pick p{
        font-size: 1.0416666667vw;
    }
    .banner .swiper-pagination{
        right: 6.25vw;
        bottom: 3.0208333333vw;
    }
    .banner .position_num{
        left: 6.09375vw;
    }
    .banner .position_num p{
        font-size: 0.7291666667vw;
        margin: 0px 0.15625vw;
    }
    .banner .position_num p:first-child{
        margin: 0px 0.2604166667vw 0px 0px;
    }
    .banner .swiper-pagination span{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        margin: 0px 1.0416666667vw 0px 0px !important;
    }
    .banner .swiper-pagination span::after{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }

    .banner .position .down{
        width: 1.1458333333vw;
    }
    .banner .position .color{
        width: 0.1041666667vw;
        height: 4.4270833333vw;
        margin: 0.8854166667vw auto 0px;
    }
    .banner .position .color div{
        height: 1.40625vw;
    }
    .index1{
        padding: 12.8125vw 0px 9.9479166667vw;
    }
    .index1 .r{
        width: 37.5vw;
        height: 26.0416666667vw;
        border-radius: 0.5208333333vw;
    }
    .index1 .l{
        width: 30.1041666667vw;
    }
    .index1 .l .title{
        font-size: 1.875vw;
        line-height: 2.5vw;
        margin: 0px 0px 3.4375vw;
    }
    .index1 .l .text{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        margin: 0px 0px 1.7708333333vw;
    }
    .index1 .l .more{
        gap: 0.2604166667vw;
        width: 6.7708333333vw;
        height: 2.2916666667vw;
        border-radius: 1.3020833333vw;
    }
    .index1 .l .more:hover .iconfont{
        transform: translateX(0.2604166667vw);
    }
    .index1 .l .more p{
        font-size: 0.8333333333vw;
    }
    .index1 .l .more .iconfont{
        font-size: 0.7291666667vw;
    }
    .index1 .l .other{
        margin: 7.65625vw 0px 0px;
        width: 20.8333333333vw;
    }
    .index1 .l .other .img{
        height: 11.71875vw;
        border-radius: 0.5208333333vw;
    }
    .index1 .l .other .img .click{
        width: 1.4583333333vw;
        height: 1.4583333333vw;
    }
    .index1 .l .other .img .click svg{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    .index1 .l .other p{
        font-size: 0.8333333333vw;
        margin: 0.78125vw 0px 0px;
    }
    .index2 .position_l{
        left: 3.125vw;
    }
    .index2 .position_l .kao{
        width: 1.25vw;
    }
    .index2 .position_l .flex{
        margin: 0.5729166667vw 0px 0px;
    }
    .index2 .position_l .flex .item .bor{
        width: 0.625vw;
        height: 0.625vw;
        left: 0.3645833333vw;
    }
    .index2 .position_l .flex .item .line{
        height: 12.2916666667vw;
    }
    .index2 .position{
        left: 8.3333333333vw;
    }
    .index2 .position .cut_text .list .p1{
        font-size: 1.875vw;
        margin: 0px 0px 2.7083333333vw;
        transform: translate3d(0px, 1.0416666667vw, 0px);
    }
    .index2 .position .cut_text .list .p2{
        width: 29.1666666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        transform: translate3d(0px, 1.0416666667vw, 0px);
    }
    .index2 .position .cut_text .list .joke_more{
        margin: 4.1666666667vw 0px 0px;
        transform: translate3d(0px, 1.0416666667vw, 0px);
    }
    .index2 .position .cut_text .list .joke_more .more{
        width: 8.3854166667vw;
        height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
    }
    .index2 .position .cut_text .list .joke_more .more p{
        font-size: 0.8333333333vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }
    .index2 .position .cut_text .list .joke_more .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .index2 .position .cut_paging{
        margin: 7.34375vw 0px 0px;
        gap: 0px 0.78125vw;
    }
    .index2 .position .cut_paging .item{
        width: 0.625vw;
        height: 0.625vw;
    }
    .index2 .position_r{
        right: 2.8645833333vw;
        top: 5.3125vw;
    }
    .index2 .position_r .cut{
        gap: 0px 1.09375vw;
    }
    .index2 .position_r .cut p{
        font-size: 0.7291666667vw;
    }
    .index2 .position_r .bottom{
        margin: 2.0833333333vw 0px 0px;
    }
    .index2 .position_r .bottom .swiper-pagination{
        font-size: 0.625vw;
    }
    .index2 .position_r .bottom .swiper-pagination .line{
        margin: 0px 0px 0px 0.1041666667vw;
    }
    .index2 .position_r .bottom .swiper-pagination span:first-child{
        font-size: 1.0416666667vw;
        top: -0.1041666667vw;
    }
    .index2 .position_r .bottom .line_cut{
        margin: 0.78125vw 0px 0px;
    }
    .index2 .position_r .bottom .line_cut div{
        width: 1.1979166667vw;
    }
    .index2 .position_r .bottom .line_cut div:not(:last-child){
        margin: 0px 0px 1.0416666667vw;
    }
    .index3{
        padding: 5.7291666667vw 0px;
    }
    .index3 .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
    }
    .index3 .text{
        margin: 1.0416666667vw 0px 4.3229166667vw;
        font-size: 0.8333333333vw;
    }
    .index3 .content{
        gap: 3.125vw 2.3958333333vw;
    }
    .index3 .content .item{
        height: 4.6875vw;
        border-radius: 0.2083333333vw;
    }
    .index3 .content .item svg{
        left: -0.1041666667vw;
    }
    .index4{
        padding: 4.7395833333vw 0px 5vw;
    }
    .index4 .top .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
    }
    .index4 .top .r{
        gap: 2.34375vw;
    }
    .index4 .top .r .cut{
        width: 14.4270833333vw;
    }
    .index4 .top .r .cut .list{
        font-size: 0.8333333333vw;
    }
    .index4 .top .r .more{
        width: 9.375vw;
        height: 2.9166666667vw;
        border-radius: 1.4583333333vw;
    }
    .index4 .top .r .more p{
        font-size: 0.8333333333vw;
        margin: 0px 0.78125vw 0px 0px;
    }
    .index4 .top .r .more .iconfont{
        font-size: 0.7291666667vw;
    }
    .index4 .content{
        margin: 2.6041666667vw 0px 0px;
    }
    .index4 .content .matter{
        transform: translateY(1.5625vw);
    }
    .index4 .content .matter .swiper-pagination{
        margin: 3.75vw auto 0px;
    }
    .index4 .content .matter .swiper-pagination span{
        width: 0.78125vw;
        height: 0.3125vw;
        border-radius: 0.2604166667vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }
    .index4 .content .matter .swiper-pagination span::after{
        border-radius: 0.2604166667vw;
    }
    .index4 .content .matter .swiper-pagination span.swiper-pagination-bullet-active{
        width: 2.5vw;
    }
    .index4 .content .matter .newsSwiper .swiper-slide .item{
        border-radius: 0.5208333333vw;
    }
    .index4 .content .matter .newsSwiper .swiper-slide .item .img{
        height: 14.0625vw;
        border-radius: 0.5208333333vw;
    }
    .index4 .content .matter .newsSwiper .swiper-slide .item .text{
        margin: 1.5104166667vw 0px 2.6041666667vw 1.5104166667vw;
    }
    .index4 .content .matter .newsSwiper .swiper-slide .item .text .p1{
        width: 14.8958333333vw;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .index4 .content .matter .newsSwiper .swiper-slide .item .text .time{
        font-size: 0.7291666667vw;
    }
    .index_global .fix .position_fixed{
        width: 29.1666666667vw;
        padding: 6.25vw 3.90625vw 3.90625vw;
    }
    .index_global .fix .position_fixed .headline .close{
        width: 2.03125vw;
        height: 2.03125vw;
    }
    .index_global .fix .position_fixed .headline .close img{
        width: 0.7291666667vw;
    }
    .index_global .fix .position_fixed .headline .click{
        width: 2.03125vw;
        height: 2.03125vw;
    }
    .index_global .fix .position_fixed .headline .button{
        gap: 1.0416666667vw;
    }
    .index_global .fix .position_fixed .headline .click .iconfont{
        font-size: 0.7291666667vw;
    }
    .index_global .fix .position_fixed .content{
        margin: 2.6041666667vw 0px 0px;
    }
    .index_global .fix .position_fixed .content .matter .title{
        font-size: 1.25vw;
        line-height: 1.875vw;
    }
    .index_global .fix .position_fixed .content .matter .p1{
        font-size: 0.78125vw;
        margin: 0.78125vw 0px 1.3020833333vw;
    }
    .index_global .fix .position_fixed .content .matter .p2{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .index_global .fix .position_fixed .content .matter .other{
        margin: 1.3020833333vw 0px 4.2708333333vw;
    }
    .index_global .fix .position_fixed .content .matter .other .list{
        gap: 0.6770833333vw;
    }
    .index_global .fix .position_fixed .content .matter .other .list:not(:last-child){
        margin: 0px 0px 0.625vw;
    }
    .index_global .fix .position_fixed .content .matter .other .list .icon{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .index_global .fix .position_fixed .content .matter .other .list p{
        font-size: 0.8333333333vw;
    }
    .index_global .fix .position_fixed .content .matter .img{
        height: 15.1041666667vw;
        border-radius: 0.5208333333vw;
    }
    .index_global .fix .position_fixed .content .matter .p3{
        font-size: 0.8333333333vw;
        margin: 0.78125vw 0px 0px;
    }
    .index_global .fix .first_content{
        top: 7.8125vw;
    }
    .index_global .fix .first_content .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .index_global .fix .first_content .text{
        font-size: 0.8333333333vw;
    }
    .index_global .fix #earth .position .point{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    .index_global .fix #earth .position .point.r .joke{
        right: -17.7083333333vw;
        padding: 0px 5.2083333333vw;
    }
    .index_global .fix #earth .position .point.r .joke .add{
        left: 0.5208333333vw;
    }
    .index_global .fix #earth .position .point .joke{
        width: 17.7083333333vw;
        height: 5.7291666667vw;
        border-radius: 0.6770833333vw;
        padding: 0px 1.3020833333vw;
        left: -17.7083333333vw;
    }
    .index_global .fix #earth .position .point .joke .add{
        width: 1.9791666667vw;
        height: 1.9791666667vw;
        right: 0.5208333333vw;
        top: 0.5208333333vw;
    }
    .index_global .fix #earth .position .point .joke .add img{
        width: 0.7291666667vw;
    }
    .index_global .fix #earth .position .point .joke .text .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.2604166667vw;
    }
    .index_global .fix #earth .position .point .joke .text p{
        font-size: 0.7291666667vw;
    }
    .loading svg{
        mask: url("#image-mask") 0% 0% / 11.0416666667vw no-repeat;
    }
    .loading svg mask image{
        transform: translate(calc(50% - 5.5208333333vw), calc(50% - 2.03125vw));
        margin-left: 5.5208333333vw;
        margin-top: -2.03125vw;
    }
    .load .particle .container{
        transform: translateY(-1.4583333333vw) scale(0.72);
    }
}

@media screen and (max-width: 1024px) {
    .banner .swiper .pick span{
        font-size: 28px;
        margin: 0 0 18px;
    }
    .banner .swiper .pick p{
        font-size: 13px;
    }
    .banner .swiper .swiper-slide:first-child .back:after{
        background: rgba(0,0,0,.3);
    }
    .banner .position_num{
        display: none;
    }
    .banner .swiper .pick{
        padding: 0 5%;
    }
    .banner .swiper-pagination{
        right: 7%;
        bottom: 30px;
    }
    .banner .swiper-pagination span {
        width: 20px;
        height: 20px;
        border: 1px solid transparent;
        margin: 0 15px 0 0 !important;
    }
    .banner .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .banner .swiper-pagination span:after {
        width: 10px;
        height: 10px;
    }
    .index1{
        padding: 60px 0;
    }
    .index1 .w1440{
        flex-direction: column;
        align-items: unset;
    }
    .index1 .l .title{
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 15px;
    }
    .index1 .l .text{
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 22px;
    }
    .index1 .l {
        width: 100%;
    }
    .index1 .l .more{
        gap: 5px;
        width: 120px;
        height: 38px;
        border-radius: 25px;
    }
    .index1 .l .more p{
        font-size: 12px;
    }
    .index1 .l .more .iconfont{
        font-size: 12px;
    }
    .index1 .l .other {
        margin: 30px 0 0 0;
        width: 50%;
    }
    .index1 .l .other .img {
        height: auto;
        border-radius: 10px;
        width: 100%;
    }
    .index1 .l .other .img .click {
        width: 32px;
        height: 32px;
    }
    .index1 .l .other .img .click svg{
        width: 10px;
        height: 10px;
    }
    .index1 .l .other p{
        font-size: 13px;
        margin: 10px 0 0 0;
    }
    .index1 .r{
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 30px 0 0 0;
    }

    .index_global{
        height: auto;
    }
    .index_global .fix{
        display: block;
    }
    .index_global .fix .first_content .title{
        font-size: 23px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .index_global .fix .first_content{
        width: 90%;
        top: 0;
        margin: 100px auto 20px;
        position: static;
    }
    .index_global .fix .first_content .text{
        font-size: 12px;
    }
    .index_global .fix #earth{
        transform: translateY(0);
        pointer-events: auto;
        margin: 0 0 100px;
    }
    .index_global .fix #earth .position .point .joke .text .p1 {
        font-size: 12px;
        white-space: nowrap;
    }
    .index_global .fix #earth .position .point .joke {
        width: fit-content;
        height: auto;
        border-radius: 5px;
        padding: 10px!important;
        left: 0;
    }
    .index_global .fix #earth .position .point.point_on {
        pointer-events: auto!important;
    }
    .index_global .fix #earth.on2 {
        width: 100vw;
        height: 100vw;
        transform: none;
    }
    .index_global .fix .position_fixed.on{
        transition-delay: .3s;
    }
    .index_global .fix .position_fixed{
        width: 100%;
        padding: 60px 5% 0 5%;
    }
    .index_global .fix .position_fixed .headline .close,.index_global .fix .position_fixed .headline .click{
        width: 30px;
        height: 30px;
    }
    .index_global .fix .position_fixed .headline .close img {
        width: 12px;
    }
    .index_global .fix .position_fixed .headline .click .iconfont {
        font-size: 14px;
    }
    .index_global .fix .position_fixed .headline .button{
        gap: 20px;
    }
    .index_global .fix .position_fixed .content .matter .title {
        font-size: 22px;
        line-height: 27px;
        margin: 28px 0 16px 0;
    }
    .index_global .fix .position_fixed .content .matter .other {
        margin: 24px 0 37px;
    }
    .index_global .fix .position_fixed .content .matter .other .list p{
        font-size: 13px;
    }
    .index_global .fix .position_fixed .content .matter .other .list .icon{
        width: 18px;
        height: 18px;
    }
    .index_global .fix .position_fixed .content .matter .other .list:not(:last-child) {
        margin: 0px 0px 12px;
    }
    .index_global .fix .position_fixed .content .matter .img{
        height: auto;
        border-radius: 10px;
    }
    .index_global .fix .position_fixed .content .matter .p3{
        font-size: 13px;
        margin: 15px 0 0 0;
    }
    .index_global .fix #earth.on{
        width: 100vw;
        height: 100vw;
    }

    .index3{
        padding: 60px 0;
    }
    .index3 .title{
        font-size: 23px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .index3 .text{
        font-size: 12px;
        line-height: 26px;
        margin: 5px 0 25px;
    }
    .index3 .content {
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
    .index3 .content .item {
        height: 68px;
        border-radius: 4px;
    }
    .index3 .content .item img{
        max-width: 70%;
        max-height: 70%;
    }

    .index_global .fix{
        height: auto;
    }

    .index4{
        padding: 50px 0;
    }
    .index4 .top .title{
        font-size: 22px;
        line-height: 32px;
    }
    .index4 .top{
        flex-direction: column;
        gap: 20px;
        align-items: unset;
    }
    .index4 .top .r .cut .list{
        font-size: 14px;
    }
    .index4 .top .r .cut {
        width: fit-content;
        gap: 20px;
    }
    .index4 .top .r .more {
        width: 87px;
        height: 38px;
        border-radius: 28px;
        border: 1px solid #CCCED2;
    }
    .index4 .top .r{
        justify-content: space-between;
        gap: 0;
    }
    .index4 .top .r .more p{
        font-size: 12px;
        margin: 0 5px 0 0;
    }
    .index4 .top .r .more .iconfont{
        font-size: 12px;
    }

    .index4 .content{
        margin: 35px 0 0 0;
    }
    .index4 .content .matter .newsSwiper .swiper-slide .item .img{
        height: auto;
        border-radius: 10px;
    }
    .index4 .content .matter .newsSwiper .swiper-slide .item{
        border-radius: 10px;
    }
    .index4 .content .matter .newsSwiper .swiper-slide .item .text{
        margin: 22px 5%;
    }
    .index4 .content .matter .newsSwiper .swiper-slide .item .text .p1{
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 7px;
    }
    .index4 .content .matter .newsSwiper .swiper-slide .item .text .time{
        font-size: 12px;
    }
    .index4 .content .matter .swiper-pagination span.swiper-pagination-bullet-active{
        width: 48px;
    }
    .index4 .content .matter .swiper-pagination span{
        width: 15px;
        height: 4px;
        border-radius: 5px;
        margin: 0 6px 0 0!important;
    }
    .index4 .content .matter .swiper-pagination span::after{
        border-radius: 5px;
    }
    .index4 .content .matter .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .index2 .swiper {
        width: 90%;
        height: unset;
    }
    .index2 .position_l {
        display: none;
    }
    .index2 .position {
        position: unset;
        transform: unset;
        width: 90%;
        margin: 45px auto 0;
        padding: 0 0 15px;
    }
    .index2 .position .cut_text .list .p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .index2 .position .cut_text .list .joke_more .more {
        width: 120px;
        height: 38px;
        border-radius: 19px;
    }
    .index2 .position .cut_text .list .joke_more {
        margin: 25px 0 0;
    }
    .index2 .swiper .swiper-slide{
        border-radius: 10px;
        overflow: hidden;
    }
    .index2 .swiper .swiper-slide img{
        border-radius: 10px;
    }
    .index2 .position .cut_text .list .joke_more .more p {
        font-size: 14px;
    }
    .index2 .position .cut_paging .item {
        width: 8px;
        height: 8px;

    }

    .index2 .position .cut_paging {
        gap: 20px;
        margin: 45px 0 0 0;
    }
    .index2 .position .cut_text .list .joke_more .more .iconfont {
        font-size: 14px;
    }
    .index2 .position .cut_text .list .p2 {
        width: 100%;
        font-size: 16px;
        line-height: 1.8;
    }
    .index2{
        padding: 0 0 35px;
    }
    .index2 .fix {
        flex-direction: column-reverse;
        height: auto!important;
    }
    .index2 .position_r{
        display: none;
    }
    .index2{
        height: auto!important;
    }
    .load .img img,.load_mask img {
        width: 40%;
        height: auto;
    }

    body .index_global .fix #earth .position .point.opacity{
        pointer-events: none!important;
    }
    .index1 .l .other .img.sj_img{
        display: block!important;
    }
    .index1 .l .other .img .click{
        display: flex!important;
    }
}
